home *** CD-ROM | disk | FTP | other *** search
- /*
- CSS Layout for the Episode Search page.
- */
-
- html {
- overflow-y:hidden;
- overflow-x:hidden;
- }
-
- #DIV_CONTENTS {
- /*
- This is the divider line between the header and the content section.
- Specifying any values here will override the default values found in styles.css
- */
- }
- #SEARCH_HEADER {
- position:absolute;
- width:100%;
- height:25px;
-
- left:0;
-
- background-color:#dcdcdc;
- color:#000000;
- overflow:hidden;
- }
- .forcedScrollbar {
- /*
- This is a surrounding div which forces the content area to display a scrollbar if it becomes full.
- Height should be set to more than the height of #INFO_HEADER (100 pixels more should be sufficient)
- With proper z-indexing, doing this ensures a vertical scrollbar will appear. The extra content is simply hidden behind the
- regular content area which has a higher z-index.
- */
- height:125px;
- overflow:scroll; /* force scrolling */
- background-color:#dcdcdc;
-
- display:inline-block;
- position:relative;
-
- width:100%;
-
- border-width:0;
- padding:0;
- }
- .searchLabel {
- font-size:11px;
- font-weight:bold;
- padding-left:3px;
- padding-top:5px;
- }
- .filterLabel {
- position:absolute;
- top:5px;
- left:3px;
- display: inline-block;
- font-weight:bold;
- text-align:right;
- padding: 0px 3px 3px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #000000;
- }
- .filterOpts {
- position:absolute;
- top:8px;
- left:135px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .savedSearchLabel {
- position:absolute;
- top:43px;
- left:18px;
- display: inline-block;
- font-weight:bold;
- text-align:right;
- padding: 0px 3px 3px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #000000;
- }
- .savedSearchOpts {
- position:absolute;
- top:43px;
- left:135px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .savedSearchNameLabel {
- position:absolute;
- top:78px;
- left:6px;
- display: inline-block;
- font-weight:bold;
- text-align:right;
- padding: 0px 3px 3px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #000000;
- }
- .savedSearchName {
- position:absolute;
- top:78px;
- left:135px;
- width:467px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .saveSearchControls {
- position:absolute;
- top:78px;
- left:608px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .searchAreasLabel {
- position:absolute;
- top:113px;
- left:43px;
- display: inline-block;
- font-weight:bold;
- text-align:right;
- padding: 0px 3px 3px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #000000;
- }
- .searchAreas {
- position:absolute;
- top:113px;
- left:135px;
- width:467px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .searchPhraseLabel {
- position:absolute;
- top:148px;
- left:15px;
- display: inline-block;
- font-weight:bold;
- text-align:right;
- padding: 0px 3px 3px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #000000;
- }
- .searchPhraseArea {
- position:absolute;
- top:148px;
- left:135px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .genreLabel {
- position:absolute;
- top:183px;
- left:85px;
- display: inline-block;
- font-weight:bold;
- text-align:right;
- padding: 0px 3px 3px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #000000;
- }
- .genreArea {
- position:absolute;
- top:183px;
- left:135px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .dateLabel {
- position:absolute;
- top:328px;
- left:52px;
- display: inline-block;
- font-weight:bold;
- text-align:right;
- padding: 0px 3px 3px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #000000;
- }
- .startDateArea {
- position:absolute;
- top:328px;
- left:135px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .endDateArea {
- position:absolute;
- top:164px;
- left:193px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .timeLabel {
- position:absolute;
- top:363px;
- left:52px;
- display: inline-block;
- font-weight:bold;
- text-align:right;
- padding: 0px 3px 3px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #000000;
- }
- .startTimeArea {
- position:absolute;
- top:182px;
- left:68px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .endTimeArea {
- position:absolute;
- top:182px;
- left:193px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .lengthLabel {
- position:absolute;
- top:398px;
- left:26px;
- display: inline-block;
- font-weight:bold;
- text-align:right;
- padding: 0px 3px 3px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #000000;
- }
- .lengthArea {
- position:absolute;
- top:398px;
- left:135px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .channelLabel {
- position:absolute;
- top:430px;
- left:72px;
- display: inline-block;
- font-weight:bold;
- text-align:right;
- padding: 0px 3px 3px 3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- line-height: 22px;
- border:1px;
- border-style: solid;
- border-color: #000000;
- }
- .channelArea {
- position:absolute;
- top:425px;
- left:135px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .buttonArea {
- position:absolute;
- top:490px;
- left:320px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- #MANUAL_RECORD, .butSubmit, .butReset, .butDelete, .butUpdate, .butSave {
- /*
- Basic styling for all the buttons on the page
- */
- display: inline-block;
- height: 25px;
- float:left;
- }
- .butSubmit A, .butReset A, .butDelete A, .butUpdate A, .butSave A {
- /*
- Visual styling for all the buttons on the page
- */
- text-decoration: none;
- font-size: 11px;
- font-weight:bold;
-
- display: inline-block;
-
- border: 1px solid #000000;
- margin: 4px 4px 0px 0px;
-
- padding: 2px 6px 2px 6px;
-
- background-color: #9acd32;
- color: #000000;
-
- white-space: nowrap;
- text-align: center;
-
- float:left;
- }
- .butSubmit A:active, .butReset A:active, .butDelete A:active, .butUpdate A:active, .butSave A:active {
- color: #000000;
- }
- .butSubmit A:visited, .butReset A:visited, .butDelete A:visited, .butUpdate A:visited, .butSave A:visited {
- color: #000000;
- }
- .butSubmit A:hover, .butReset A:hover, .butDelete A:hover, .butUpdate A:hover, .butSave A:hover {
- color: #000000;
- background-color: #cfe6a1;
- }
-
- .butUpdate {
- position:absolute;
- left:615px;
- top:43px;
- padding-top:0px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .butDelete {
- position:absolute;
- left:685px;
- top:43px;
- padding-top:0px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
-
- .butSave {
- position:absolute;
- left:7px;
- padding-top:0px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .autoSearch {
- position:absolute;
- top:70px;
- left:665px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- .autoRecord {
- position:absolute;
- top:89px;
- left:665px;
- padding-top:3px;
- padding-left:3px;
- white-space: nowrap;
- float:left;
- vertical-align: middle;
- }
- #MANUAL_RECORD A {
- /*
- Styling for the Manual Record button
- */
- float:left;
- display: inline-block;
- height:25px;
- left:515px;
- position:absolute;
-
- border: 1px solid #000000;
- margin: 6px 0px 2px 8px;
- padding: 0px 6px 0px 6px;
- background-color: #9acd32;
- text-decoration: none;
- line-height:25px;
- vertical-align:middle;
- font-size: 11px;
- font-weight:bold;
- color: #000000;
-
- white-space: nowrap;
- text-align: center;
-
- overflow: hidden;
- }
- #MANUAL_RECORD A:active, #MANUAL_RECORD A:visited {
- color: #000000;
- }
- #MANUAL_RECORD A:hover {
- color: #000000;
- background-color: #cfe6a1;
- }
- .sep {
- /*
- Separator between links in the lower right of the footer.
- Could also use a background image if desired by moving the text
- off the screen.
- */
- padding-left:5px;
- padding-right:5px;
- }
- #HIDDEN_TEXT {
- /*
- Hidden section used for custom javascript manipulation.
- Can be used for anything.
- */
- position: absolute;
- top: -9000px;
- left: -9000px;
- width: 0px;
- height: 0px;
- }
-
- /*
- *********************************************************************************************************************
- Absolute Positioning and Height
-
- These values are consolidated into one place to make it easier to change size attributes seeing as changing
- any one of these values can affect all the others. Main declarations for these values appear earlier in the style sheet
- and then actual positioning values here.
-
- These values are the key to maintaining proper size, positioning and scrolling behavior.
- *********************************************************************************************************************
- */
-
- BODY {
- /*
- In order to maintain proper positioning and fixed scrolling, these values must be specified.
- In effect, this absolutely positions the main body within the borders of the scrolling area.
- Top value is the same as the top value of #RECORDINGS.
- Bottom value would be the height of the footer area minus the height of the divider for the footer.
- */
- margin-top:158px;
- margin-bottom:49px;
- }
- #HEADER {
- /*
- The height of the entire header area from page top to the bottom of the navigation tabs.
- The actual nav tabs are floated within this div.
- */
- height:92px;
- }
- #NAV_ROW {
- /*
- The is the row containing the navigation tabs.
- It is typically positioned at the bottom of the header
- */
- top:62px;
- }
- #NAV_ROW, #NAV_ROW A {
- /* determines the height of the main navigation tabs */
- height:32px;
- }
- #DIV_DATELINE {
- /*
- This is the divider line between the main header above and the section containing the server time
- */
- top:91px;
- }
- #DATELINE {
- /*
- This is the section containing the server time, date, etc.
- */
- top:92px;
- }
- #REMINDER_DIV, #DATELINE {
- /* Height of these individual elements would normally be the same as #DATELINE */
- /* Contains the Genre, date, time and GO button.*/
- height:40px;
- }
- #SEARCH_HEADER {
- /*
- This section contains the main, non-scrolling timeline at the top of the content section.
- */
- top:133px;
- height:25px;
- }
- #DIV_CONTENTS {
- /*
- This is A divider line between any fixed top section within the content area and the content itself.
- This is typically used in the guide page to separate the showtime header from the content.
- In other pages which don't need this functionality it can simply be hidden.
- */
- top:158px;
- }
- #CONTENTS {
- /*
- This is the main content area.
- To ensure proper scrolling behavior it MUST be absolutely positioned.
- Both top and bottom values must be specified.
- Top value would be the height of all foxed content above it.
- Bottom value would be the height of the footer area minus the height of the divider for the footer.
- Values must be tweaked due to differences in how IE and Firefox interpret the box model.
- */
- position:absolute;
- top:158px;
- bottom:47px;
- }
- #DIV_FOOTER {
- /*
- The divider between the main content area and the footer.
- It must be absolutely positioned.
- The bottom value would typically be the same as the height of the footer
- */
- bottom:50px;
- }
- #FOOTER {
- /*
- Fixed area at the bottom of every page. This must be absolutely posiitioned for proper scrolling
- Certain content will always be contained in this section such as standard GB-PVR documentation links and credits,
- but it contains and left and right section which can be customized on each page.
-
- If the size of the footer changes make sure to adjust the content area's bottom value as well as the
- divider section for the footer.
- */
- height:50px;
- }
-